home *** CD-ROM | disk | FTP | other *** search
/ Asobe! Fotoshock 5.0 ERO / Asobe! Fotoshock 5.0 ERO.iso / pc / main.dxr / ì‡ë†_10_menuButtonCmd.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  401 b   |  23 lines

  1. property spriteNum, mymem
  2.  
  3. on beginSprite me
  4.   set mymem to the name of the member of sprite spriteNum
  5. end
  6.  
  7. on btncmd me
  8.   case mymem of
  9.     "DEFAULT":
  10.       defadatawrite()
  11.       alert("テォSテ‡ニ津‡テεゥツ テェ^テ‡ツ敕ィテ「テ、ツイティテ崚ォ窶佚‡窶ヲテアツテ‡ツオテ‡窶ケテ‡ツオテ‡テステ③")
  12.     "LOAD":
  13.     "HELP":
  14.       go("help")
  15.     "URA-BON":
  16.       uraura()
  17.     "INDEX":
  18.       go("index1")
  19.     "QUIT":
  20.       halt()
  21.   end case
  22. end
  23.